home *** CD-ROM | disk | FTP | other *** search
- SessionInspector = {
- ACTIONS = {
- addSession:;
- updateSession:;
- deleteSession:;
- nextSession:;
- previousSession:;
- };
- OUTLETS = {
- hoursField;
- updateButton;
- startTimeField;
- panel;
- startDateField;
- deleteButton;
- durationField;
- addButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- StopWatch = {
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- inspectClients:;
- compactClients:;
- add:;
- inspectExpenses:;
- inspect:;
- saveAs:;
- generateDetail:;
- delete:;
- export:;
- editTemplate:;
- appDidInit:;
- inspectSessions:;
- selectClient:;
- showInfo:;
- undelete:;
- preferences:;
- buttonHandler:;
- closeMonth:;
- modify:;
- browseClient:;
- import:;
- };
- OUTLETS = {
- stopwatch;
- preferences;
- undeleteButton;
- browser;
- clientMenuItem;
- expenseMenuItem;
- addMenuItem;
- infoPanel;
- activeClient;
- startButton;
- deleteButton;
- sessionMenuItem;
- startMenuItem;
- description;
- modifyMenuItem;
- elapsedTimeField;
- window;
- appIconView;
- };
- SUPERCLASS = Object;
- };
-